home *** CD-ROM | disk | FTP | other *** search
- echo "Setting up NComm: assignment ..."
- assign NComm:
- assign NComm: ""
-
- makedir ram:NCommTemp ;Make a temporary directory
- failat 100
-
- copy xprzmodem.library ram:NCommTemp ;Copy to temporary dir
-
- cd ram:NCommTemp
-
- echo "Installing XPRZmodem.library in libs: ..."
- copy xprzmodem.library libs:
-
- cd NComm:
- delete >NIL: ram:NCommTemp ALL ;Delete temporary dir and files
-
- echo "All done. You may have to reset your machine if an"
- echo "old version of xprzmodem.library is already in memory..."
- endcli ;Needed for XIcon
-